home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd1.bin / CDRWin 3.9 DOS / VARIABLE.TXT < prev   
Text File  |  1997-11-05  |  804b  |  27 lines

  1.  
  2. ENVIRONMENT VARIABLES
  3. ---------------------
  4.  
  5. The following environment variables are supported by all programs
  6. where appropriate...
  7.  
  8. Name    : CDREADER_ID
  9. Function: Sets the default CD reader SCSI ID.
  10. Example : SET CDREADER_ID=0:2:0
  11.  
  12. Name    : CDWRITER_ID
  13. Function: Sets the default CD writer/recorder SCSI ID.
  14. Example : SET CDWRITER_ID=1:4:0
  15.  
  16. Name    : LUN_ENABLED
  17. Function: Enables logical unit number support.
  18. Example : SET LUN_ENABLED=1
  19.  
  20. SET commands can either be placed in your AUTOEXEC.BAT file (so that the
  21. environment variables are initialized when you boot your PC), or you can
  22. enter them from the DOS command line prompt.
  23.  
  24. Any environment variable can be removed by either typing "SET <name>=" at
  25. the DOS command line prompt or removing the line from AUTOEXEC.BAT.
  26.  
  27.